var rsc.io/qr/coding.stringLen
3 uses
rsc.io/qr/coding (current package)
qr.go#L205: var stringLen = [3]int{8, 16, 16}
qr.go#L208: return 4 + stringLen[v.sizeClass()] + 8*len(s)
qr.go#L213: b.Write(uint(len(s)), stringLen[v.sizeClass()])
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |